'Declaration
<DispIdAttribute(12)> Function AddRectangleAnnot( _ ByVal BorderColor As Integer, _ ByVal BackColor As Integer, _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single _ ) As AnnotationRectangle
[DispId(12)] AnnotationRectangle AddRectangleAnnot( int BorderColor, int BackColor, float Left, float Top, float Width, float Height )
function AddRectangleAnnot( BorderColor: Integer; BackColor: Integer; Left: Single; Top: Single; Width: Single; Height: Single ): AnnotationRectangle;
DispIdAttribute(12) function AddRectangleAnnot( BorderColor : int, BackColor : int, Left : float, Top : float, Width : float, Height : float ) : AnnotationRectangle;
[DispId(12)] AnnotationRectangle* AddRectangleAnnot( int BorderColor, int BackColor, float Left, float Top, float Width, float Height )
[DispId(12)] AnnotationRectangle^ AddRectangleAnnot( int BorderColor, int BackColor, float Left, float Top, float Width, float Height )
Parameters
- BorderColor
- BackColor
- Left
- Top
- Width
- Height